home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / win86.zip / ABCDEF.BAT next >
DOS Batch File  |  1991-07-15  |  429b  |  38 lines

  1. @echo off
  2. @cls
  3. :UPPER
  4. WFF
  5. SNIFFER [ABCDEF] 
  6. IF ERRORLEVEL 6 GOTO F
  7. IF ERRORLEVEL 5 GOTO E
  8. if errorlevel 4 goto D
  9. if errorlevel 3 goto C
  10. if errorlevel 2 goto B
  11. if errorlevel 1 goto A
  12. :F
  13. @CLS
  14. ABORT
  15. COPY RICK.TXT PRN
  16. GOTO UPPER
  17. :E
  18. GOTO END
  19. :D
  20. NEWRICK
  21. pause > nul
  22. goto upper
  23. :C
  24. WINFAST
  25. pause > nul
  26. goto upper             
  27. :B
  28. AUTO
  29. PAUSE > NUL
  30. GOTO UPPER
  31. :A
  32. CONFSYS
  33. PAUSE > NUL
  34. GOTO UPPER
  35. :END
  36. CD
  37.  
  38.